home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
hplip
/
ui4
/
fabnametable.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2009-04-20
|
882 b
|
19 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.6)
from PyQt4.QtCore import *
from PyQt4.QtGui import *
class FABNameTable(QTableWidget):
def __init__(self, parent):
QTableWidget.__init__(self, parent)
def mimeData(self, items):
data = QMimeData()
[]([]([ unicode(i.text()) for i in items ]))
return data